home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 404_02 / bisnp / ChangeLog < prev    next >
Encoding:
Text File  |  1993-11-16  |  39.4 KB  |  1,162 lines

  1. Changes between 1.19-6 and 1.21-7
  2.     - bison.cc, bison.h : use macro to simulate goto in yyparse. for sun c++.
  3.     - bison.cc : mismatch in #if between YY_USE_CLASS and compatibility just
  4.         before including #define tokens. added a #endif and a #ifndef YY_USE_CLASS
  5.     - generate enum to replace enventually the static const
  6.     - output.c, files.c : manage to put #line in generated code, such that the generated code is correctly indicated in the output file.
  7. Changes between 1.21-5 and 1.21-6
  8.      Small inlining problem. (Sorry I can't be more specific. I screwed-up
  9. whil making the change. Alain will be able to give more details. - Prashanth)
  10. Changes between 1.19-3 and 1.21-5
  11.     - patch according to release 1.21 of bison :
  12. > Mon Sep  6 15:32:32 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  13. >
  14. >         * Version 1.22 released.
  15. >
  16. >         * mkinstalldirs: New file.
  17. >
  18. >         * Makefile.in (dist): Use .gz for extension, not .z.
  19. >         (DISTFILES): New variable.
  20. >         (dist): Use it instead of explicit file list.
  21. >         Try to link each file separately, then copy file if ln fails.
  22. >         (installdirs): Use mkinstalldirs script.
  23. >
  24. > Thu Jul 29 20:35:02 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  25. >
  26. >     * Makefile.in (config.status): Run config.status --recheck, not
  27. >     configure, to get the right args passed.
  28. >
  29. > Sat Jul 24 04:00:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  30. >
  31. >     * bison.simple (yyparse): Init yychar1 to avoid warning.
  32. >
  33. > Sun Jul  4 16:05:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  34. >
  35. >     * bison.simple (yyparse): Don't set yyval when yylen is 0.
  36. >
  37. > Sat Jun 26 15:54:04 1993  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  38. >
  39. >     * getargs.c (getargs): Exit after printing the version number.
  40. >     Add --help and -h options.
  41. >     (usage): New function.
  42. >
  43. > Fri Jun 25 15:11:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  44. >
  45. >     * getargs.c (longopts): Allow `output' as an alternative.
  46. >
  47. > Wed Jun 16 17:02:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  48. >
  49. >     * bison.simple (yyparse): Conditionalize the entire call to yyoverflow,
  50. >     not just two arguments in it.
  51. >
  52. > Thu Jun  3 13:07:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  53. >
  54. >     * bison.simple [__hpux] (alloca): Don't specify arg types.
  55. >
  56. > Fri May  7 05:53:17 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  57. >
  58. >         * Makefile.in (install): Depend on `uninstall' and `installdirs'.
  59. >     (installdirs): New target.
  60. >
  61. > Wed Apr 28 15:15:15 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  62. >
  63. >         * reader.c:  Remove declaration of atoi.
  64. >
  65. > Fri Apr 23 12:29:20 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  66. >
  67. >         * new.h [!__STDC__] (FREE): Check x != 0.
  68. >         Make expr to call `free' evaluate to 0.
  69. >
  70. > Tue Apr 20 01:43:44 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  71. >
  72. >     * files.c [MSDOS]: Use xmalloc, not malloc.
  73. >     * allocate.c (xmalloc): Renamed from mallocate.  Remove old wrapper.
  74. >     * conflicts.c, symtab.c, files.c, LR0.c, new.h: Change callers.
  75. >     * allocate.c (xrealloc): New function.
  76. >     * new.h: Declare it.
  77. >     * lex.c, reader.c: Use it.
  78. >
  79. > Sun Apr 18 00:45:56 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  80. >
  81. >         * Version 1.21 released.
  82. >
  83. >         * reader.c : Don't declare `realloc'.
  84. >
  85. >         * Makefile.in (bison.s1): use `rm -f' since it's quieter.
  86. >         (dist): make gzipped tar file.
  87. >
  88. > Fri Apr 16 21:24:10 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  89. >
  90. >         * Makefile.in (Makefile, config.status, configure): New targets.
  91. >
  92. > Thu Apr 15 15:37:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  93. >
  94. >     * main.c: Don't declare `abort'.
  95. >
  96. >     * files.c: Don't declare `exit'.
  97. >
  98. > Thu Apr 15 02:42:38 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  99. >
  100. >         * configure.in: Add AC_CONST.
  101. >
  102. > Wed Apr 14 00:51:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  103. >
  104. >     * Makefile.in (all): Depend on bison.s1.
  105. >
  106. > Tue Apr 13 14:52:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  107. >
  108. >     * Version 1.20 released.
  109. >
  110. > Wed Mar 24 21:45:47 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  111. >
  112. >     * output.c (output_headers): Rename yynerrs if -p.
  113. >
  114. > Thu Mar 18 00:02:17 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  115. >
  116. >         * system.h: Don't try to include stdlib.h unless HAVE_STDLIB_H is
  117. >           defined.
  118. >
  119. >         * configure.in: Check for stdlib.h.
  120. >
  121. > Wed Mar 17 14:44:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  122. >
  123. >     * bison.simple [__hpux, not __GNUC__]: Declare alloca.
  124. >     (yyparse): When printing the expected token types for an error,
  125. >     Avoid negative indexes in yycheck and yytname.
  126. >
  127. > Sat Mar 13 23:31:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  128. >
  129. >     * Makefile.in (files.o, .c.o): Put CPPFLAGS and CFLAGS last.
  130. >
  131. > Mon Mar  1 17:49:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  132. >
  133. >     * bison.simple: Test __sgi like __sparc.
  134. >
  135. > Wed Feb 17 00:04:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  136. >
  137. >     * conflicts.c (resolve_sr_conflict): Add extra parens in alloca call.
  138. >
  139. >     * bison.simple [__GNUC__] (yyparse): Declare with prototype.
  140. >
  141. > Fri Jan 15 13:15:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  142. >
  143. >     * conflicts.c (print_reduction): Near end, increment fp2 when mask
  144. >     recycles.
  145. >
  146. > Wed Jan 13 04:15:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  147. >
  148. >     * Makefile.in (bison.s1): New target.  Modifies bison.simple.
  149. >     (install): Install bison.s1, without changing it.
  150. >     (clean): Delete bison.s1.
  151. >
  152. > Mon Jan  4 20:35:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  153. >
  154. >     * reader.c (reader): Put Bison version in comment in output file.
  155. >
  156. > Tue Dec 22 19:00:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  157. >
  158. >     * files.c (openfiles): Use .output, not .out, for outfile,
  159. >     regardless of spec_name_prefix.
  160. >
  161. > Tue Dec 15 19:22:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  162. >
  163. >     * output.c (output_gram): Include yyrhs in the same #if as yyprhs.
  164. >
  165. > Tue Dec 15 18:29:16 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  166. >
  167. >         * output.c (output): output directives checking for __cplusplus as
  168. >           well as __STDC__ to determine when to define "const" as an empty
  169. >           token.  (Patch from Wolfgang Glunz <wogl@sun11a.zfe.siemens.de>)
  170. >
  171. > Tue Dec  8 21:51:23 1992  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
  172. >
  173. >     * system.h, conflicts.c: Replace USG with HAVE_STRING_H and
  174. >     HAVE_MEMORY_H.
  175. >
  176. > Sat Nov 21 00:37:16 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  177. >
  178. >     * Makefile.in: Set and use $(MAKEINFO).
  179. >
  180. > Fri Nov 20 20:45:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  181. >
  182. >     * files.c (done) [MSDOS]: Delete the tmpdefsfile with the rest.
  183. >
  184. > Thu Oct  8 21:55:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  185. >
  186. >     * Makefile.in (dist): Put configure.bat in the distribution.
  187. >
  188. > Thu Oct  1 09:16:24 1992  David J. MacKenzie  (djm@goldman.gnu.ai.mit.edu)
  189. >
  190. >     * Makefile.in (install): cd to $(srcdir) before installing info files.
  191. >
  192. > Wed Sep 30 17:18:39 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  193. >
  194. >     * Makefile.in (files.o): Supply $(DEFS), and $(CPPFLAGS).
  195. >
  196.  
  197.  
  198. Changes between 2.2 and 1.19-3
  199.     - version.c : change version name to (bison version-bison++ release), ie bison++-1.19-3
  200.     - Notes.txt : creation of this file, with mail transaction
  201.  
  202. version 2.2 sent to compiler.ieec.com
  203. 4 may 93  A Coetmeur (coetmeur@icdc.fr). patch 2.2
  204.     *system.h getopt.c bison.cc : define _MSDOS if old fashionned MSDOS if defined
  205.     *bison.cc: define _MSDOS if  turbo C __MSDOS__
  206.     *bison.cc : include malloc.h if turboC 
  207.     *file.c : use _tempname instead of mktemp on DOS
  208.     *file.c : delete forgoten temp file on DOS and VMS
  209. 3 may 93  A Coetmeur (coetmeur@icdc.fr). patch 2.1
  210.     *bison.h bison.cc:pb with  YY_@_PARSE_PARAM, never defaultly-defined 
  211.     in c++/class, neither in stdc. Same change in bison.h and .cc.
  212.     *files.c: -S option, and -H option inoperant because test is stupidely inverted. corrected.
  213.     *files.h reader.c output.c : backquote not quoted in filename (dos). created function -> quoted_filename().
  214.     *reader.c : (int)0 passed to set_parser, instead of NULL, caused bug on DOS 16bit. Corrected in  parse_define().
  215.     *bison.cc bison.h : %define LLOC not defined by default
  216.     
  217. 24 Feb 93 Alain Coetmeur (coetmeur@icdc.fr )
  218.     *modifying all to support C++, and generate classes...
  219.     *Option -H and -S to impose skeleton and header skeleton
  220.     *use a header skeleton.
  221.     *cut the 2 skeletons in many section separated by $
  222.     *put much output from reader to output.c
  223.     *prefix shoul not be used with classes, though do work in C
  224.     *semantic parser not to be used, not supported
  225.     *version 2.0 alpha, proposed ???
  226.     *bison++.1 manpage made. modification are descripted.
  227.     * C++ comment supported
  228.     * #line automaticaly added in skeleton
  229.     * coherent with flex++ version proposed by same author
  230.  
  231. Fri Sep 25 18:06:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  232.  
  233.     * Version 1.19 released.
  234.  
  235.     * reader.c (parse_union_decl): Fix ending of C++ comment;
  236.     don't lose the char after the newline.
  237.  
  238.     * configure.bat: New file.
  239.  
  240. Thu Sep 24 16:23:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  241.  
  242.     * conflicts.c: Check for using alloca.h as getopt.c does.
  243.  
  244. Sun Sep  6 08:01:53 1992  Karl Berry  (karl@hayley)
  245.  
  246.         * files.c (openfiles): open `fdefines' after we have assigned a name
  247.           to `tmpdefsfile', and only if `definesflag' is set.
  248.         (done): only create the real .tab.h file if `definesflag' is set.
  249.         * reader.c (packsymbols): don't close `fdefines' here.
  250.  
  251. Sat Sep  5 15:02:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  252.  
  253.     * files.c (openfiles): Open fdefines as temp file, like ftable.
  254.     (done): Copy temp defines file to real one, like main output file.
  255.  
  256. Fri Aug 21 12:47:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  257.  
  258.     * Makefile.in (dist): Don't release mergedir.awk
  259.     (install): Use sed, not awk.  Don't depend on mergedir.awk.
  260.     * mergedir.awk: File effectively deleted.
  261.  
  262. Wed Jul 29 00:53:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  263.  
  264.     * bison.simple: Test __sparc along with __sparc__.
  265.  
  266. Sat Jul 11 14:08:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  267.  
  268.     * lex.c (skip_white_space): Count \n just once at end of c++ comment.
  269.  
  270. Fri Jun 26 00:00:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  271.  
  272.     * bison.simple: Comment fix; #line command updated.
  273.  
  274. Wed Jun 24 15:12:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  275.  
  276.     * Makefile.in (install): Specify full new file name for the executable.
  277.  
  278. Mon Jun 22 16:38:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  279.  
  280.     * Makefile.in (dist): Include bison.rnh in distribution.
  281.  
  282. Sun Jun 21 22:42:13 1992 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
  283.  
  284.     Clean up rough edges in VMS port of bison, add support for remaining
  285.     command line options.
  286.  
  287.     * bison.cld: Add /version, /yacc, /file_prefix, and /name_prefix
  288.     switches.
  289.  
  290.     * build.com: General cleanup:  add logic to automatically sense
  291.     which C compiler is present; add code to cwd to the directory
  292.     that contains bison sources; do not define XPFILE, XPFILE1
  293.     (correct defaults are applied in file.c).
  294.  
  295.     * files.c: Append _tab, not .tab when using /file_prefix under VMS.
  296.  
  297.     * system.h: Include string.h instead of strings.h (a la USG).
  298.  
  299.     * vmsgetargs.c: Add support for all switches added to bison.cld.
  300.  
  301. Sun Jun 21 15:53:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  302.  
  303.     * Makefile.in (install): Always specify new file name for install.
  304.     Redirect awk output to temp file and install that.
  305.  
  306. Wed May 27 22:27:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  307.  
  308.     * bison.simple (yyparse): Make yybackup and yyerrlab1 always be used.
  309.  
  310. Fri May 22 14:58:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  311.  
  312.     * Makefile.in (dist): Depend on bison.info
  313.     (bison.info): Delete spurious <.
  314.  
  315. Sun May 17 21:48:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  316.  
  317.     * Makefile.in (.c.o): New rule.  Use $(DEFS) directly.
  318.     (CFLAGS): Use just -g by default.
  319.     (CDEBUG): Variable deleted.
  320.  
  321. Thu May  7 00:03:37 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  322.  
  323.     * reader.c (copy_guard): Fix typo skipping comment.
  324.  
  325. Mon May  4 01:23:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  326.  
  327.     * Version 1.18.
  328.  
  329.     * getargs.c (getargs): Change '0' to 0 in case for long options.
  330.  
  331. Sun Apr 19 10:17:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  332.  
  333.     * reader.c (packsymbols): Handle -p when declaring yylval.
  334.  
  335. Sat Apr 18 18:18:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  336.  
  337.     * output.c (output_gram): Output #endif properly at end of decl.
  338.  
  339. Mon Mar 30 01:13:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  340.  
  341.     * Version 1.17.
  342.  
  343.     * Makefile.in (clean): Don't delete configuration files or TAGS.
  344.     (distclean): New target; do delete those.
  345.  
  346. Sat Mar 28 17:18:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  347.  
  348.     * output.c (output_gram): Conditionalize yyprhs on YYDEBUG.
  349.  
  350.     * LR0.c (augment_automaton): If copying sp->shifts to insert new
  351.     shift, handle case of inserting at end.
  352.  
  353. Sat Mar 21 23:25:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  354.  
  355.     * lex.c (skip_white_space): Handle C++ comments.
  356.     * reader.c (copy_definition, parse_union_decl, copy_guard):
  357.     (copy_action): Likewise.
  358.  
  359. Sun Mar  8 01:22:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  360.  
  361.     * bison.simple (YYPOPSTACK): Fix typo.
  362.  
  363. Sat Feb 29 03:53:06 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  364.  
  365.     * Makefile.in (install): Install bison.info* files one by one.
  366.  
  367. Fri Feb 28 19:55:30 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
  368.  
  369.     * bison.1: Document long options as starting with `--', not `+'.
  370.  
  371. Sat Feb  1 00:08:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  372.  
  373.     * getargs.c (getargs): Accept value 0 from getopt_long.
  374.  
  375. Thu Jan 30 23:39:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  376.  
  377.     * Makefile.in (mostlyclean): Renamed from `clean'.
  378.     (clean): Renamed from 'distclean'.  Dep on mostlyclean, not realclean.
  379.     (realclean): Dep on clean.
  380.  
  381. Mon Jan 27 21:59:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  382.  
  383.     * bison.simple: Use malloc, not xmalloc, and handle failure explicitly.
  384.  
  385. Sun Jan 26 22:40:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  386.  
  387.     * conflicts.c (total_conflicts): Delete unused arg to fprintf.
  388.  
  389. Tue Jan 21 23:17:44 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  390.  
  391.     * Version 1.16.
  392.  
  393. Mon Jan  6 16:50:11 1992  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  394.  
  395.     * Makefile (distclean): Depend on clean, not realclean.  Don't rm TAGS.
  396.     (realclean): rm TAGS here.
  397.  
  398.     * symtab.c (free_symtab): Don't free the type names.
  399.  
  400. Sun Dec 29 22:25:40 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  401.  
  402.     * machine.h: MSDOS has 32-bit ints if __GO32__.
  403.  
  404. Wed Dec 25 22:09:07 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  405.  
  406.     * bison.simple [_AIX]: Indent `#pragma alloca', so old C compilers
  407.     don't choke on it.
  408.  
  409. Mon Dec 23 02:10:16 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  410.  
  411.     * getopt.c, getopt1.c, getopt.h: Link them to standard source location.
  412.     * alloca.c: Likewise.
  413.     * Makefile.in (dist): Copy those files from current dir.
  414.  
  415.     * getargs.c: Update usage message.
  416.  
  417.     * LR0.c (augment_automaton): Put new shift in proper order.
  418.  
  419. Fri Dec 20 18:39:20 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  420.  
  421.     * conflicts.c: Use memcpy if ANSI C library.
  422.  
  423.     * closure.c (set_fderives): Delete redundant assignment to vrow.
  424.  
  425.     * closure.c (print_firsts): Fix bounds and offset checking tags.
  426.  
  427.     * closure.c (tags): Declare just once at start of file.
  428.  
  429.     * LR0.c (allocate_itemsets): Eliminate unused var max.
  430.     (augment_automaton): Test sp is non-null.
  431.  
  432.     * lalr.c (initialize_LA): Make the vectors at least 1 element long.
  433.  
  434.     * reader.c (readgram): Remove separate YYSTYPE default for MSDOS.
  435.  
  436. Wed Dec 18 02:40:32 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  437.  
  438.     * print.c (print_grammar): Don't print disabled rules.
  439.  
  440. Tue Dec 17 03:48:07 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  441.  
  442.     * lex.c (lex): Parse hex escapes properly.
  443.     Handle \v when filling token_buffer.
  444.  
  445.     * lex.c: Include new.h.
  446.     (token_buffer): Change to a pointer.
  447.     (init_lex): Allocate initial buffer.
  448.     (grow_token_buffer): New function.
  449.     (lex, parse_percent_token): Use that.
  450.  
  451.     * reader.c (read_declarations): Call open_extra_files just once.
  452.     (parse_token_decl): Don't free previous typename value.
  453.     Don't increment nvars if symbol is already a nonterminal.
  454.     (parse_union_decl): Catch unmatched close-brace.
  455.     (parse_expect_decl): Null-terminate buffer.
  456.     (copy_guard): Set brace_flag for {, not for }.
  457.  
  458.     * reader.c: Fix %% in calls to fatal.
  459.  
  460.     * reader.c (token_buffer): Just one extern decl, at top level.
  461.     Declare as pointer.
  462.  
  463.     * symtab.c (free_symtab): Free type_name fields.  Free symtab itself.
  464.  
  465. Mon Nov 25 23:04:31 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  466.  
  467.     * bison.simple: Handle alloca for AIX.
  468.  
  469.     * Makefile.in (mandir): Compute default using manext.
  470.  
  471. Sat Nov  2 21:39:32 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  472.  
  473.     * Update all files to GPL version 2.
  474.  
  475. Fri Sep  6 01:51:36 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  476.  
  477.     * bison.simple (__yy_bcopy): Use builtin if GCC version 2.
  478.  
  479. Mon Aug 26 22:09:12 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  480.  
  481.     * reader.c (parse_assoc_decl): Error if same symbol gets two precs.
  482.  
  483. Mon Aug 26 16:42:09 1991  David J. MacKenzie  (djm at pogo.gnu.ai.mit.edu)
  484.  
  485.     * Makefile.in, configure: Only put $< in Makefile if using VPATH,
  486.     because older makes don't understand it.
  487.  
  488. Fri Aug 23 00:05:54 1991  David J. MacKenzie  (djm at apple-gunkies)
  489.  
  490.     * conflicts.c [_AIX]: #pragma alloca.
  491.     * reduce.c: Don't define TRUE and FALSE if already defined.
  492.  
  493. Mon Aug 12 22:49:58 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  494.  
  495.     * Makefile.in: Add deps on system.h.
  496.     (install): Add some deps.
  497.  
  498. Fri Aug  2 12:19:20 1991  David J. MacKenzie  (djm at apple-gunkies)
  499.  
  500.     * Makefile.in (dist): Include texinfo.tex.
  501.  
  502.     * configure: Create config.status.  Remove it and Makefile if
  503.     interrupted while creating them.
  504.  
  505. Thu Aug  1 23:14:01 1991  David J. MacKenzie  (djm at apple-gunkies)
  506.  
  507.     * configure: Check for +srcdir etc. arg and look for
  508.     Makefile.in in that directory.  Set VPATH if srcdir is not `.'.
  509.     * Makefile.in (prefix): Renamed from DESTDIR. 
  510.  
  511. Wed Jul 31 21:29:47 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  512.  
  513.     * print.c (print_grammar): Make output prettier.  Break lines.
  514.  
  515. Tue Jul 30 22:38:01 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  516.  
  517.     * print.c (print_grammar): New function.
  518.     (verbose): Call it instead of printing token names here.
  519.  
  520. Mon Jul 22 16:39:54 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  521.  
  522.     * vmsgetargs.c (spec_name_prefix, spec_file_prefix): Define variables.
  523.  
  524. Wed Jul 10 01:38:25 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  525.  
  526.     * configure, Makefile.in: $(INSTALLPROG) -> $(INSTALL),
  527.     $(INSTALLTEXT) -> $(INSTALLDATA).
  528.  
  529. Tue Jul  9 00:53:58 1991  David J. MacKenzie  (djm at wookumz.gnu.ai.mit.edu)
  530.  
  531.     * bison.simple: Don't include malloc.h if __TURBOC__.
  532.  
  533. Sat Jul  6 15:18:12 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  534.  
  535.     * Replace Makefile with configure and Makefile.in.
  536.     Update README with current compilation instructions.
  537.  
  538. Mon Jul  1 23:12:20 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  539.  
  540.     * reader.c (reader): Make the output define YYBISON.
  541.  
  542. Thu Jun 20 16:52:51 1991  David J. MacKenzie  (djm at geech.gnu.ai.mit.edu)
  543.  
  544.     * Makefile (MANDIR, MANEXT): Install man page in
  545.     /usr/local/man/man1/bison.1 by default, instead of
  546.     /usr/man/manl/bison.l, for consistency with other GNU programs.
  547.     * Makefile: Rename BINDIR et al. to lowercase to conform to
  548.     GNU coding standards.
  549.     (install): Make man page non-executable.
  550.  
  551. Fri May 31 23:22:13 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  552.  
  553.     * Makefile (bison.info): New target.
  554.     (realclean): New target.
  555.  
  556. Thu May  2 16:36:19 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  557.  
  558.     * bison.simple: Use YYPRINT to print a token, if it's defined.
  559.  
  560. Mon Apr 29 12:22:55 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  561.  
  562.     * lalr.c (transpose): Rename R to R_arg.
  563.     (initialize_LA): Avoid shadowing variable j.
  564.  
  565.     * reader.c (packsymbols): Avoid shadowing variable i.
  566.  
  567.     * files.c: Declare exit and perror.
  568.  
  569.     * machine.h: Define MAXSHORT and MINSHORT for the eta-10.
  570.  
  571. Tue Apr  2 20:49:12 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  572.  
  573.     * allocate.c (mallocate): Always allocate at least one byte.
  574.  
  575. Tue Mar 19 22:17:19 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  576.  
  577.     * Makefile (dist): Put alloca.c into distribution.
  578.  
  579. Wed Mar  6 17:45:42 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  580.  
  581.     * print.c (print_actions): Nicer output for final states.
  582.  
  583. Thu Feb 21 20:39:53 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  584.  
  585.     * output.c (output_rule_data): Break lines in yytline based on hpos.
  586.  
  587. Thu Feb  7 12:54:36 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  588.  
  589.     * bison.simple (yyparse): Move decl of yylsa before use.
  590.  
  591. Tue Jan 15 23:41:33 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  592.  
  593.     * Version 1.14.
  594.  
  595.     * output.c (output_rule_data): Handle NULL in tags[i].
  596.  
  597. Fri Jan 11 17:27:24 1991  Richard Stallman  (rms at mole.ai.mit.edu)
  598.  
  599.     * bison.simple: On MSDOS, include malloc.h.
  600.  
  601. Sat Dec 29 19:59:55 1990  David J. MacKenzie  (djm at wookumz.ai.mit.edu)
  602.  
  603.     * files.c: Use `mallocate' instead of `xmalloc' so no extra decl is
  604.     needed. 
  605.  
  606. Wed Dec 19 18:31:21 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  607.  
  608.     * reader.c (readgram): Alternate YYSTYPE defn for MSDOS.
  609.     * files.c [MSDOS]: Declare xmalloc.
  610.  
  611. Thu Dec 13 12:45:54 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  612.  
  613.     * output.c (output_rule_data): Put all symbols in yytname.
  614.  
  615.     * bison.simple (yyparse): Delete extra fprintf arg
  616.     when printing a result of reduction.
  617.  
  618. Mon Dec 10 13:55:15 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  619.  
  620.     * reader.c (packsymbols): Don't declare yylval if pure_parser.
  621.  
  622. Tue Oct 30 23:38:09 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  623.  
  624.     * Version 1.12.
  625.  
  626.     * LR0.c (augment_automaton): Fix bugs adding sp2 to chain of shifts.
  627.  
  628. Tue Oct 23 17:41:49 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  629.  
  630.     * bison.simple: Don't define alloca if already defined.
  631.  
  632. Sun Oct 21 22:10:53 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  633.  
  634.     * getopt.c: On VMS, use string.h.
  635.  
  636.     * main.c (main): Return type int.
  637.  
  638. Mon Sep 10 16:59:01 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  639.  
  640.     * output.c (output_headers): Output macro defs for -p.
  641.  
  642.     * reader.c (readgram): Handle consecutive actions.
  643.  
  644.     * getargs.c (getargs): Rename -a to -p.
  645.     * files.c (openfiles): Change names used for -b.
  646.  
  647. Mon Aug 27 00:30:15 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  648.  
  649.     * reduce.c (reduce_grammar_tables): Don't map rlhs of disabled rule.
  650.  
  651. Sun Aug 26 13:43:32 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  652.  
  653.     * closure.c (print_firsts, print_fderives): Use BITISSET to test bits.
  654.  
  655. Thu Aug 23 22:13:40 1990  Richard Stallman  (rms at mole.ai.mit.edu)
  656.  
  657.     * closure.c (print_firsts): vrowsize => varsetsize.
  658.     (print_fderives): rrowsize => rulesetsize.
  659.  
  660. Fri Aug 10 15:32:11 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  661.  
  662.     * bison.simple (alloca): Don't define if already defined.
  663.     (__yy_bcopy): Alternate definition for C++.
  664.  
  665. Wed Jul 11 00:46:03 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  666.  
  667.     * getargs.c (getargs): Mention +yacc in usage message.
  668.  
  669. Tue Jul 10 17:29:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  670.  
  671.     * reader.c (parse_token_decl, copy_action):
  672.     Set value_components_used if appropriate.
  673.     (readgram): Inhibit output of YYSTYPE definition in that case.
  674.  
  675. Sat Jun 30 13:47:57 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  676.  
  677.     * output.c (output_parser): Define YYPURE if pure, and not otherwise.
  678.     Don't define YYIMPURE.
  679.     * bison.simple: Adjust conditionals accordingly.
  680.     * bison.simple (YYLEX): If locations not in use, don't pass &yylloc.
  681.  
  682. Thu Jun 28 12:32:21 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  683.  
  684.     * getargs.c (longopts): Add `yacc'.
  685.  
  686. Thu Jun 28 00:40:21 1990  David J. MacKenzie  (djm at apple-gunkies)
  687.  
  688.     * getargs.c (getargs): Add long options.
  689.     * Makefile: Link with getopt1.o and add getopt1.c and getopt.h to
  690.     dist. 
  691.  
  692.     * Move version number and description back into version.c from
  693.     Makefile and getargs.c.
  694.     * Makefile (dist): Extract version number from version.c.
  695.  
  696. Tue Jun 26 13:16:35 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  697.  
  698.     * output.c (output): Always call output_gram.
  699.     * bison.simple (yyparse): Print rhs and lhs symbols of reduction rule.
  700.  
  701. Thu Jun 21 00:15:40 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  702.  
  703.     * main.c: New global var `program_name' to hold argv[0] for error
  704.     messages.
  705.     * allocate.c, files.c, getargs.c, reader.c: Use `program_name'
  706.     in messages instead of hardcoded "bison".
  707.  
  708. Wed Jun 20 23:38:34 1990  David J. MacKenzie  (djm at albert.ai.mit.edu)
  709.  
  710.     * Makefile: Specify Bison version here.  Add rule to pass it to
  711.     version.c.  Encode it in distribution directory and tar file names.
  712.     * version.c: Use version number from Makefile.
  713.     * getargs.c (getargs): Print additional text that used to be part of
  714.     version_string in version.c.  Use -V instead of -version to print
  715.     Bison version info.  Print a usage message and exit if given an
  716.     invalid option.
  717.  
  718. Tue Jun 19 01:15:18 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  719.  
  720.     * bison.simple: Fix a #line.
  721.  
  722.     * Makefile (INSTALL): New parameter.
  723.     (install): Use that.
  724.     (CFLAGS): Move definition to top.
  725.  
  726. Sun Jun 17 17:10:21 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  727.  
  728.     * reader.c (parse_type_decl): Ignore semicolon.
  729.     Remove excess % from error messages.
  730.  
  731. Sat Jun 16 19:15:48 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  732.  
  733.     * Version 1.11.
  734.  
  735.     * Makefile (install): Ensure installed files readable.
  736.  
  737. Tue Jun 12 12:50:56 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
  738.  
  739.     * getargs.c: Declare spec_file_prefix
  740.  
  741.     * lex.c (lex): \a is '\007' instead of '007'
  742.  
  743.     * reader.c: include machine.h
  744.  
  745.     * files.h: Declare extern spec_name_prefix.
  746.  
  747.     Trivial patch from Thorsten Ohl (td12@ddagsi3.bitnet)
  748.  
  749. Thu May 31 22:00:16 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  750.  
  751.     * Version 1.10.
  752.  
  753.     * bison.simple (YYBACKUP, YYRECOVERING): New macros.
  754.     (YYINITDEPTH): This is what used to be YYMAXDEPTH.
  755.     (YYMAXDEPTH): This is what used to be YYMAXLIMIT.
  756.     If the value is 0, use the default instead.
  757.     (yyparse): Return 2 on stack overflow.
  758.  
  759. Wed May 30 21:09:07 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  760.  
  761.     * bison.simple (YYERROR): Jump to new label; don't print error message.
  762.     (yyparse): Define label yyerrlab1.
  763.  
  764. Wed May 16 13:23:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  765.  
  766.     * files.c (openfiles): Support -b.
  767.     * getargs.c (getargs): Likewise.
  768.  
  769.     * reader.c (readgram): Error if too many symbols.
  770.  
  771.     * lex.c (lex): Handle \a.  Make error msgs more reliable.
  772.     * reader.c (read_declarations): Make error msgs more reliable.
  773.  
  774. Sun May 13 15:03:37 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  775.  
  776.     * Version 1.09.
  777.  
  778.     * reduce.c (reduce_grammar_tables): Fix backward test.
  779.  
  780. Sat May 12 21:05:34 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  781.  
  782.     * Makefile (bison-dist.*): Rename targets and files to bison.*.
  783.     (bison.tar): Make tar file to unpack into subdirectory named `bison'.
  784.  
  785. Mon Apr 30 03:46:58 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  786.  
  787.     * reduce.c (reduce_grammar_tables): Set rlhs to -1 for useless rules.
  788.     * nullable.c (set_nullable): Ignore those rules.
  789.     * derives.c (set_derives): Likewise.
  790.  
  791. Mon Apr 23 15:16:09 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  792.  
  793.     * bison.simple (yyparse): Mention rule number as well as line number.
  794.  
  795. Thu Mar 29 00:00:43 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  796.  
  797.     * bison.simple (__yy_bcopy): New function.
  798.     (yyparse): Use that, not bcopy.
  799.  
  800. Wed Mar 28 15:23:51 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  801.  
  802.     * print.c (print_actions): Don't alter i and j spuriously when errp==0.
  803.  
  804. Mon Mar 12 16:22:18 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  805.  
  806.     * bison.simple [__GNUC__]: Use builtin_alloca.
  807.  
  808. Wed Mar  7 21:11:36 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  809.  
  810.     * Makefile (install): Use mergedir.awk to process bison.simple
  811.     for installation.
  812.  
  813.     * bison.simple (yyparse): New feature to include possible valid
  814.     tokens in parse error message.
  815.  
  816. Sat Mar  3 14:10:56 1990  Richard Stallman  (rms at geech)
  817.  
  818.     * Version 1.08.
  819.  
  820. Mon Feb 26 16:32:21 1990  Jim Kingdon  (kingdon at pogo.ai.mit.edu)
  821.  
  822.     * print.c (print_actions)
  823.     conflicts.c (print_reductions): Change "shift %d" to
  824.     "shift, and go to state %d" and "reduce %d" to "reduce using rule %d"
  825.     and "goto %d" to "go to state %d".
  826.     print.c (print_core): Change "(%d)" to "(rule %d)".
  827.  
  828. Tue Feb 20 14:22:47 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  829.  
  830.     * bison.simple:  Comment out unused yyresume: label.
  831.  
  832. Fri Feb  9 16:14:34 EST 1990    Jay Fenlason (hack @ wookumz.ai.mit.edu)
  833.  
  834.     * bison.simple :  surround all declarations and (remaining) uses of
  835.     yyls* and yylloc with #ifdef YYLSP_NEEDED  This will significantly
  836.     cut down on stack usage, and gets rid of unused-variable msgs from
  837.     GCC.
  838.  
  839. Wed Jan 31 13:06:08 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  840.  
  841.     * files.c (done) [VMS]: Don't delete files that weren't used.
  842.     [VMS]: Let user override XPFILE and XPFILE1.
  843.  
  844. Wed Jan  3 15:52:28 1990  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  845.  
  846.     * Version 1.07.
  847.  
  848. Sat Dec 16 15:50:21 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  849.  
  850.     * gram.c (dummy): New function.
  851.  
  852.     * reader.c (readgram): Detect error if two consec actions.
  853.  
  854. Wed Nov 15 02:06:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  855.  
  856.     * reduce.c (reduce_grammar_tables): Update rline like other tables.
  857.  
  858.     * Makefile (install): Install the man page.
  859.  
  860. Sat Nov 11 03:21:58 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  861.  
  862.     * output.c (output_rule_data): Write #if YYDEBUG around yyrline.
  863.  
  864. Wed Oct 18 13:07:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  865.  
  866.     * Version 1.06.
  867.  
  868.     * vmsgetargs.c (getargs): Downcase specified output file name.
  869.  
  870. Fri Oct 13 17:48:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  871.  
  872.     * reader.c (readgram): Warn if there is no default to use for $$
  873.     and one is needed.
  874.  
  875. Fri Sep 29 12:51:53 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  876.  
  877.     * Version 1.05.
  878.  
  879.     * vmsgetargs.h (getargs): Process outfile option.
  880.  
  881. Fri Sep  8 03:05:14 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  882.  
  883.     * Version 1.04.
  884.  
  885.     * reader.c (parse_union_decl): Count newlines even in comments.
  886.  
  887. Wed Sep  6 22:03:19 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  888.  
  889.     * files.c (openfiles): short_base_length was always == base_length.
  890.  
  891. Thu Aug 24 16:55:06 1989  Richard Stallman  (rms at apple-gunkies.ai.mit.edu)
  892.  
  893.     * Version 1.03.
  894.  
  895.     * files.c (openfiles): Write output into same dir as input, by default.
  896.  
  897. Wed Aug 23 15:03:07 1989  Jay Fenlason  (hack at gnu)
  898.  
  899.     * Makefile: Include system.h in bison-dist.tar
  900.  
  901. Tue Aug 15 22:30:42 1989  Richard Stallman  (rms at hobbes.ai.mit.edu)
  902.  
  903.     * version 1.03.
  904.  
  905.     * reader.c (reader): Output LTYPESTR to fdefines
  906.     only after reading the grammar.
  907.  
  908. Sun Aug  6 16:55:23 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  909.  
  910.     * reader.c (read_declarations): Put space before comment
  911.     to avoid bug in Green Hills C compiler.
  912.  
  913. Mon Jun 19 20:14:01 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  914.  
  915.     * allocate.c (xmalloc): New function.
  916.  
  917. Fri Jun 16 23:59:40 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  918.  
  919.     * build.com: Compile and link reduce.c.
  920.  
  921. Fri Jun  9 23:00:54 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  922.  
  923.     * reduce.c (reduce_grammar_tables): Adjust start_symbol when #s change.
  924.  
  925. Sat May 27 17:57:29 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  926.  
  927.     * reader.c (copy_definition, copy_guard): Don't object to \-newline
  928.     inside strings.
  929.  
  930. Mon May 22 12:30:59 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  931.  
  932.     * files.c (openfiles): Alternate file names for MSDOS.
  933.     (open_extra_files): Likewise.
  934.     (done): On MSDOS, unlink temp files here, not in openfiles.
  935.  
  936.     * machine.h (BITS_PER_WORD): 16 on MSDOS.
  937.     (MAXTABLE): Now defined in this file.
  938.  
  939.     * system.h: New file includes system-dependent headers.
  940.     All relevant .c files include it.
  941.  
  942. Thu Apr 27 17:00:47 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  943.  
  944.     * version.c: Version 1.01.
  945.  
  946. Tue Apr 18 12:46:05 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  947.  
  948.     * conflicts.c (total_conflicts): Fixed typo in yacc style output;
  949.     mention conflicts if > 0.
  950.  
  951. Sat Apr 15 17:36:18 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  952.  
  953.     * reader.c (packsymbols): Start new symbols after 256.
  954.  
  955. Wed Apr 12 14:09:09 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  956.  
  957.     * reader.c (reader): Always assign code 256 to `error' token.
  958.     Always set `translations' to 1 so this code gets handled.
  959.     * bison.simple (YYERRCODE): Define it.
  960.  
  961. Tue Apr 11 19:26:32 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  962.  
  963.     * conflicts.c: If GNU C, use builtin alloca.
  964.  
  965.     * Makefile (install): Delete parser files before copying them.
  966.  
  967. Thu Mar 30 13:51:17 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  968.  
  969.     * getargs.c (getargs): Turn off checking of name Bison was invoked by.
  970.  
  971.     * Makefile (dist): Include ChangeLog in distrib.
  972.  
  973. Thu Mar 23 15:19:41 1989  Jay Fenlason  (hack at apple-gunkies.ai.mit.edu)
  974.  
  975.     * LR0.c closure.c conflicts.c derives.c files.c getargs.c lalr.c
  976.     lex.c main.c nullable.c output.c print.c reader.c reduce.c
  977.     symtab.c warshall.c:  A first pass at getting gcc -Wall to shut up.
  978.     Mostly declared    functions as void, etc.
  979.  
  980.     * reduce.c moved 'extern int fixed_outfiles;' into print_notices()
  981.     where it belongs.
  982.  
  983. Wed Mar  1 12:33:28 1989  Randall Smith  (randy at apple-gunkies.ai.mit.edu)
  984.  
  985.     * types.h, symtab.h, state.h, new.h, machine.h, lex.h, gram.h,
  986.     files.h, closure.c, vmsgetargs.c, warshall.c, symtab.c, reduce.c,
  987.     reader.c, print.c, output.c, nullable.c, main.c, lex.c, lalr.c,
  988.     gram.c, getargs.c, files.c, derives.c, conflicts.c, allocate.c,
  989.     LR0.c, Makefile, bison.simple: Changed copyright notices to be in
  990.     accord with the new General Public License.
  991.     * COPYING: Made a link to the new copying file.
  992.  
  993. Wed Feb 22 06:18:20 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  994.  
  995.     * new.h (FREE): Alternate definition for __STDC__ avoids error
  996.     if `free' returns void.
  997.  
  998. Tue Feb 21 15:03:34 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  999.  
  1000.     * reader.c (read_declarations): Double a `%' in a format string.
  1001.     (copy_definition, parse_start_decl, parse_token_decl): Likewise.
  1002.     (parse_type_decl, parse_union_decl, copy_guard, readgram, get_type).
  1003.     (copy_action): change a `fatal' to `fatals'.
  1004.  
  1005.     * lalr.c (map_goto): Initial high-end of binary search was off by 1.
  1006.  
  1007. Sat Feb 18 08:49:57 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1008.  
  1009.     * bison.simple [sparc]: Include alloca.h.
  1010.  
  1011. Wed Feb 15 06:24:36 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1012.  
  1013.     * reader.c (packsymbols): Write decl of yylval into .tab.h file.
  1014.  
  1015. Sat Jan 28 18:19:05 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1016.  
  1017.     * bison.simple: Avoid comments on `#line' lines.
  1018.  
  1019.     * reader.c (LTYPESTR): Rearrange to avoid whitespace after \-newline.
  1020.  
  1021. Mon Jan  9 18:43:08 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1022.  
  1023.     * conflicts.c (total_conflicts): if -y, use output syntax POSIX wants.
  1024.     * reduce.c (print_notices): likewise.
  1025.  
  1026.     * lex.c (lex): Handle \v, and \x hex escapes.
  1027.  
  1028.     * reader.c (reader): Merge output_ltype into here.
  1029.     Don't output YYLTYPE definition to .tab.h file
  1030.     unless the @ construct is used.
  1031.  
  1032.     * bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
  1033.     * reader.c (output_ltype): Don't output them here.
  1034.  
  1035.     * bison.simple: YYDEBUG now should be 0 or 1.
  1036.     * output.c (output): For YYDEBUG, output conditional to define it
  1037.     only if not previously defined.
  1038.  
  1039. Mon Jan  2 11:29:55 1989  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1040.  
  1041.     * bison.simple (yyparse) [YYPURE]: Add local yynerrs.
  1042.     (yydebug): Declare global, but don't initialize, regardless of YYPURE.
  1043.     (yyparse): Don't declare yydebug here.
  1044.  
  1045. Thu Dec 22 22:01:22 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1046.  
  1047.     * reduce.c (print_notices): Typo in message.
  1048.  
  1049. Sun Dec 11 11:32:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1050.  
  1051.     * output.c (pack_table): Free only nonzero the elts of froms & tos.
  1052.  
  1053. Thu Dec  8 16:26:46 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1054.  
  1055.     * gram.c (rprecsym): New vector indicates the %prec symbol for a rule.
  1056.     * reader.c (packgram): Allocate it and fill it in.
  1057.     * reduce.c (inaccessable_symbols): Use it to set V1.
  1058.     * reduce.c (print_results): Don't complain about useless token
  1059.     if it's in V1.
  1060.  
  1061. Mon Dec  5 14:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1062.  
  1063.     * machine.h (RESETBIT, BITISSET): New macros.
  1064.     (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
  1065.  
  1066.     * reduce.c: New file, by David Bakin.  Reduces the grammar.
  1067.     * Makefile: Compile it, link it, put it in dist.
  1068.  
  1069.     * main.c (main): Call reduce_grammar (in reduce.c).
  1070.  
  1071. Thu Nov 17 18:33:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1072.  
  1073.     * conflicts.c: Don't declare alloca if including alloca.h.
  1074.  
  1075.     * bison.cld: Define qualifiers `nolines', `debug'.
  1076.     * vmsgetargs.c (getargs): Handle them.
  1077.  
  1078.     * output.c (output_program): Notice `nolinesflag'.
  1079.  
  1080.     * output.c (output_parser): Simplify logic for -l and #line.
  1081.     Avoid writing EOF char into output.
  1082.  
  1083. Wed Oct 12 18:00:03 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1084.  
  1085.     * Implement `-l' option.
  1086.     * getopt.c: Set flag `nolinesflag'.
  1087.     * reader.c (copy_definition, parse_union_decl, copy_guard, copy_action)
  1088.     Obey that flag; don't generate #line.
  1089.     * output.c (output_parser): Discard #line's when copying the parser.
  1090.  
  1091. Mon Sep 12 16:33:17 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1092.  
  1093.     * reader.c (copy_guard): Fix brace-counting for brace-surrounded guard.
  1094.  
  1095. Thu Sep  8 20:09:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1096.  
  1097.     * bison.simple: Correct number in #line command.
  1098.     (yyparse): Call YYABORT instead of YYERROR, due to last change in
  1099.     output_ltype.
  1100.  
  1101. Mon Sep  5 14:55:30 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1102.  
  1103.     * Makefile: New variable LIBS.  Alternatives for USG.
  1104.     * conflicts.c [USG]: Define bcopy.
  1105.     * symtab.c [USG]: Include string.h instead of strings.h.
  1106.  
  1107.     * conflicts.c [sparc]: Include alloca.h.
  1108.  
  1109. Tue Aug  2 08:38:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1110.  
  1111.     * reader.c (parse_token_decl): Ignore commas.
  1112.  
  1113. Sat Jun 25 10:29:20 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1114.  
  1115.     * reader.c (output_ltype): Make YYERROR yacc-compatible (like YYFAIL).
  1116.  
  1117. Fri Jun 24 11:25:11 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  1118.  
  1119.     * getargs.c (getargs): -t sets debugflag.
  1120.     Eliminate upper case duplicate options.
  1121.     * output.c (output): If debugflag, output `#define YYDEBUG'.
  1122.  
  1123. Thu May 26 06:04:21 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1124.  
  1125.     * allocate.c (mallocate): New name for `allocate' (which loses in VMS).
  1126.     Calls changed in LR0.c, conflicts.c, symtab.c, new.h.
  1127.  
  1128.     * getargs.c (getargs): If argv[0] is "yacc", set fixed_outfiles.
  1129.  
  1130. Tue May 17 12:15:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1131.  
  1132.     * conflicts.c: Declare alloca.
  1133.     * reader.c: Declare realloc.
  1134.     * warshall.c (TC): Fix one arithmetic op that was omitted last time.
  1135.  
  1136. Thu May  5 14:36:03 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1137.  
  1138.     * bison.simple: Conditionalize most refs to yylsp on YYLSP_NEEDED.
  1139.     * reader.c (copy_guard, copy_action): Notice if `@' is used.
  1140.     (reader): If it was, output `#define YYLSP_NEEDED'.
  1141.  
  1142. Mon Apr 18 04:54:32 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1143.  
  1144.     * bison.simple: New variable yynerr counts calls to yyerror.
  1145.  
  1146.     * lex.c (lex, case '='): Update lineno when skipping a newline.
  1147.  
  1148.     * reader.c (parse_expect_decl): ungetc the char that ends the number;
  1149.     don't read any further.  This handles multi-line comments right
  1150.     and avoids incorrect lineno.
  1151.  
  1152.     * reader.c: Delete duplicate decl of symval.
  1153.  
  1154.     * warshall.c (RTC, TC): Cast ptrs to char *, not unsigned, for arith.
  1155.  
  1156. Local Variables:
  1157. mode: indented-text
  1158. left-margin: 8
  1159. fill-column: 76
  1160. version-control: never
  1161. End:
  1162.